Менеджер проектов позволяет объединять проекты, которые работают вместе, в одну
единую проектную группу. Группы проектов позволяют вам организовывать и работать
над взаимозависимыми проектами, такими как общие библиотеки и исполняемые файлы,
которые работают все вместе.
С помощью Менеджера проектов вы можете легко визуализировать все файлы вашего
проекта. Кроме того, вы можете выбрать любой отображаемый файл, щелкнуть правой
кнопкой мыши и выполнить любое количество задач управления проектом, таких как
открытие, добавление или удаление файлов и составление ваших проектов.
С помощью групп проектов вы можете добавлять и удалять проекты из группы проектов
и скомпилировать все проекты в группе за один раз.
Менеджер проекта отображает файлы форм и модулей, связанных с вашим проектом.
Эти файлы перечислены в разделе uses вашего файла *.dpr. Менеджер проекта также
позволяет легко перемещаться между файлами во время разработки проект приложения.
Вы можете открыть Диспетчер проектов, выбрав Просмотр->Диспетчер проектов.
Если вы сохраните настройки рабочего стола, вы можете открыть Диспетчер проектов
по умолчанию при открытии любого проекта.
Если вы обмениваетесь файлами между разными проектами, использование Менеджера
проектов рекомендуется, потому что вы можете быстро и легко увидеть расположение
каждого файла в проекте. Это особенно полезно знать при создании резервных копий,
которые включают все файлы, которые использует проект.
----------------------------------------
View->Project Manager
Выберите View->Project Manager, чтобы отобразить Project Manager.
Если проект Менеджер уже открыт, он становится активным окном.
Используйте окно Project Manager для просмотра группы проектов, проектов в
проекте группы и для навигации по файлам проекта. Вы можете использовать
Менеджер проекта для добавления проектов в группу проектов или удаления проектов,
или для активации проекта если ваша проектная группа состоит из более чем одного
проекта. Вы также можете использовать Менеджер проекта для добавления, удаления,
сохранения или копирования файла в текущий проект.
Менеджер проекта перечисляет все блоки и связанные формы в проектах внутри
текущая проектная группа.
Вы можете разместить Диспетчера проекта в любом месте на рабочем столе.
Вы также можете состыковать это с другими окнами, такими как редактор кода или
другие окна инструментов.
-----------------------------------------
Project Manager context menu
The Project Manager context menu contains commands that let you manage your
individual projects and project groups, if you have chosen to include related
projects in a project group. You get a different context menu depending on what
type of file you select.
Project Group context menu
These commands act on the project group as a whole (or the Project Manager itself).
Add New Project
Add Existing Project
Save Project Group
Save Project Group As
View Project Group source
Toolbar
Status Bar
Stay on Top
Dockable
Project context menu
These commands act on the currently selected project (or the Project Manager itself).
Add
Remove File
Save
Options
Activate
Compile (Delphi)
Build
View Source
Close
Remove Project
Build Sooner
Build Later
Compile All from Here (Delphi)
Build All from Here
Toolbar
Status Bar
Stay on Top
Dockable
Individual file context menu
These commands act on the current file (or the Project Manager itself).
Which commands are available depends on the type of file selected.
Open
Remove From Project
Save
Save As
Toolbar
Status Bar
Stay on Top
Dockable
You can use the Tools|Build Tools command to associate specific file types
with tools. If a tool is associated with a particular file extension, the tool
is listed with the commands when you right-click on that type of file.
If you choose the name of the tool, that file is built using it.
---------------------------------------------------------------
Project Manager file view
The main area of the Project Manager provides a tree view of all the files in
your project or project group. The file view displays all the source files in
your project and the paths to the files. You can also add other file types to
your project (*.htm, *.html, and *.txt files, for example). Right-click with the
project selected and choose Add.
If you have multiple projects, you can easily see all the related projects
contained in the project group.
The Project Manager displays the currently active project in bold and displays
its name in the project selector. See Viewing a project's contents for how to make
a different project the active project.
Caution: The product has mechanisms for automatically tracking the files that
make up a project and for keeping the project file updated. Avoid editing project
files manually unless you have a thorough understanding of this process and its
ramifications. By editing a project file, you circumvent the product's automated
project management and risk maintaining inaccurate information about project
components. Compilation failures and other problems can result. If you edit the
project file manually, you must close the file and reopen it to update the Project
Manager display.
--------------------------------------------------------
Project Manager status bar
You can display the status bar (if it is not already displayed) by
right-clicking in the Project Manager and choosing Status Bar. The area at the
bottom of the Project Manager window displays the full path name of the selected
file.
The project file path name can be a useful reference if you are bringing many
forms and units that reside in locations other than the main project directory
into the current project.
---------------------------------------------------------
Project Manager toolbar
You can display the toolbar (if it is not already displayed) by right-clicking
in the Project Manager and choosing Toolbar. The toolbar displays buttons that
provide quick access to common project tasks. You can also perform these tasks by
using a context menu or choosing a menu command.
Button Context menu Menu Function Comment
command command
----------------------------------------------------------
New Add New File|New|Other Displays the New Items dialog so To add an existing project to this
Project or that you can add a new project to project group, select the project
Project|Add New the current project group. group, right-click, and choose
Project Add Existing Project.
Remove Remove File Project|Remove Removes the selected project To remove individual files from a
from Project from the current project group. project, select the file, right-click,
and choose Remove From Project.
You can also use the Delete key.
See Removing items in the Project Manager.
Activate Activate NA Makes the selected project active You can activate a project in the
so that you can make changes to Project Manager by
the project. double-clicking on it. You can
also choose a project from the
current project group using the
project selector in the Project Manager.
---------------------------------------------------------------